home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Most Valuable Games 2
/
Most Valuable Games Volume 2 (MVP Publishing)(August 1995).iso
/
cyberia
/
zips
/
demo.bat
< prev
next >
Wrap
DOS Batch File
|
1994-10-14
|
91b
|
9 lines
@echo off
SET DOS4G=quiet
:start
cybplay
if ERRORLEVEL 9 goto end
goto start
:end